home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / MODEMPRO / RIPOFF20.ZIP;1 / RIPOFF.TXT < prev   
Encoding:
Text File  |  1992-09-26  |  4.5 KB  |  93 lines

  1. ===========================================================================
  2. Date: 09-25-92 (08:55)
  3. From: DAVID LEBLANC
  4.   To: ALL
  5. Subj: ON-LINE TAGLINE MANAGEMENT
  6. ---------------------------------------------------------------------------
  7. Can't resist the urge to have taglines but really want to respond
  8. to a message immediately while on-line?  If you have tried Tagline
  9. Express and prefer it as a tagline manager over say JH3 then you
  10. can now utilize it's database, search or compose tagline
  11. functions while on-line!  I used a PD script to use on-line
  12. taglines with JH3 while I was evaluating it as a tagline manager.
  13. Along came Tagline Express and after a while I figured out how to
  14. adapt the Qmodem script to use it with TLX while on-line.  Here it is with
  15. my suggestion you configure a separate copy of TLX in say your
  16. script directory, so as not to mess up anything already in place
  17. for OFF-LINE tagline management.
  18. ------------------------------------------------------------------
  19. ; RipOff, version 2.000
  20. ;
  21. ; Qmodem 5.01 script for adding taglines to messages written on-line,
  22. ; using Qmodem and the Tagline Express (TLX) program.
  23. ; Based on a similar script written by:
  24. ;  Written by Maurice Crouse, 29 March 1990.
  25. ;  Revision 0.02 written 2 April 1990.
  26. ;  Revision 0.03 written 12 April 1990.
  27. ;  Qmodem adaptation written 24 April 1990.
  28. ;
  29. ; See TLX documentation on how to use the off-line taglines features.
  30. ; Setup TLX in QM\SCRIPT dir and run config using GENERIC mail reader option
  31. ; leave TLX.TAG as tagline file and create it as ascii with at least 1
  32. ; tagline in it.  You can also use just this file and not create
  33. ; the TLX database file if you choose.
  34.  
  35. string logo tear enter space tlxdir qmdir tagline  ;define variables
  36. assign logo " *RipOff_2.000* "       ;logo whatever you like here!!
  37. assign tear "---"                    ;"tear" line
  38. assign enter "^M"                    ;equate for Return
  39. assign space " "                     ;equate for space character
  40. assign tlxdir "c:\QM\script"         ;put your TLX directory here
  41. assign qmdir "c:\qm"                 ;put your Qmodem directory here
  42. chdir $tlxdir                        ;change to TLX directory
  43. exist TLX.exe foundtlx               ;see if TLX is there,
  44. displayln "Can't run TLX."           ;if not, admit error.
  45. goto goterror
  46. foundtlx:
  47. dos "TLX -g c:\qm\script c:\qm\script\tlx.tag" ;run TLX NOTE ascii TLX.TAG
  48.                                                ;needed for .REP file
  49. exist TLX.TAG foundrep                      ;verify .REP file is there,
  50. displayln "Can't find the tagline file."    ;if not, admit error.
  51. goto goterror
  52. foundrep:
  53. openfile tlx.tag read                 ;open .REP file for reading
  54. readfile tagline                      ;copy tagline to variable
  55.                    ;at this point TLX will allow you to go to database, select
  56.                    ; or edit the tagline enter a new one or exit.
  57. closefile                             ;close .REP file
  58. chdir $qmdir                          ;change back to Qmodem directory
  59. send "$space"                         ;create a blank line
  60. send "$enter"
  61. send "$tear"                          ;send the "tear" line
  62. send "$enter"
  63. send "$logo"                          ;send the logo
  64. send "$tagline"                       ;send the tagline
  65. send "$enter"
  66. exit
  67. goterror:            ;if we end up here, an error was made
  68. closefile                                   ;close .REP file
  69. displayln "Sorry, can't add the tagline."   ;admit failure
  70. chdir $qmdir                          ;change back to Qmodem directory
  71. exit
  72. -----------------------------------------------------------------------
  73.  
  74. Note the "logo" Is ANY name you want to come up with.  I urge you
  75. not to make it any bigger so as to conform to standard practice
  76. and use the two *'s to conform to the FIDO readable logo.  Since
  77. this is an ON-LINE script I have set up a hot key to run it in
  78. Qmodem.  I type my reply or message on-line and before saving the
  79. message to the BBS I hot key into the script, choose a tagline with TLX
  80. and THEN save to the BBS.  Finally, some characters CANNOT be
  81. transmitted INTO a message while on-line as the BBS software will
  82. interpret them as commands.  What works fine in a zipped .QWK
  83. file that is READ on-line WILL NOT necessarily work transmitted as
  84. characters through the modem.  I suggest you restrict your ON-LINE
  85. taglines to the normal keyboard characters, not the high or low
  86. ASCII.
  87.  
  88. ÆDavid LeBlancØ
  89.  ~~~~~~~~~~~~~
  90.  
  91. ---
  92.  ˛ TLX v1.1 ˛ <- Tagline management will NEVER be the same again!
  93.